home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-02-12 | 990 b | 48 lines | [TEXT/MPS ] |
- {
- File: Interrupts.p
-
- Contains: Public Interface to the Interrupt Manager.
-
- Version: Technology: PowerSurge 1.0.2
- Release: Universal Interfaces 3.1
-
- Copyright: © 1985-1998 by Apple Computer, Inc., all rights reserved
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT Interrupts;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __INTERRUPTS__}
- {$SETC __INTERRUPTS__ := 1}
-
- {$I+}
- {$SETC InterruptsIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {$IFC UNDEFINED __DRIVERSERVICES__}
- {$I DriverServices.p}
- {$ENDC}
-
- {
- The contents of Interrupts.h has been merged into DriverServices.h
- }
- {$SETC UsingIncludes := InterruptsIncludes}
-
- {$ENDC} {__INTERRUPTS__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-